-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support html in github markdown plugin #5031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to f1c4d2d in 17 seconds
More details
- Looked at
34
lines of code in2
files - Skipped
1
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. frontend/src/lib/components/GfmMarkdown.svelte:4
- Draft comment:
UsingrehypeRaw
to parse raw HTML can introduce security risks such as XSS. Ensure that the markdown content is sanitized before rendering. - Reason this comment was not posted:
Comment did not seem useful.
Workflow ID: wflow_SPbHLQjNfQnsrG60
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Deploying windmill with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on 28dc881 in 26 seconds
More details
- Looked at
130
lines of code in2
files - Skipped
1
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. frontend/src/lib/components/GfmMarkdown.svelte:5
- Draft comment:
import rehypeGithubAlerts from 'rehype-github-alerts'
- Reason this comment was not posted:
Comment looked like it was already resolved.
Workflow ID: wflow_ZQ52yG6zPhGy2eqL
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
also supports github [!TIP] ... etc. syntax Tip example :) |
e.g
Important
Adds HTML support in GitHub-flavored markdown with
rehype-raw
inGfmMarkdown.svelte
and updates styling for GitHub alerts.rehype-raw
plugin inGfmMarkdown.svelte
.rehype-raw
version^7.0.0
andrehype-github-alerts
version^3.0.0
topackage.json
.GfmMarkdown.svelte
, including color variables for different alert types.This description was created by for 28dc881. It will automatically update as commits are pushed.